Component org.nuxeo.web.ui.resources
In bundle org.nuxeo.web.ui
Contributions
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.web.ui.resources">
<extension target="org.nuxeo.ecm.platform.WebResources" point="resources">
<resource name="elements.html" type="import" shrinkable="false">
<uri>/ui/elements.html</uri>
</resource>
</extension>
<extension target="org.nuxeo.ecm.platform.WebResources" point="bundles">
<!-- main bundle with all import resources -->
<bundle name="web-ui">
<resources>
<resource>elements.html</resource>
</resources>
</bundle>
</extension>
</component>